From d465c56449b26a2210cd783101c8fa7b650349e8 Mon Sep 17 00:00:00 2001 From: rdb Date: Sat, 30 Oct 2010 17:56:47 +0000 Subject: [PATCH] Let's get rid of pycurl as available package, it's a pain to maintain --- direct/src/p3d/thirdparty.pdef | 5 ----- 1 file changed, 5 deletions(-) diff --git a/direct/src/p3d/thirdparty.pdef b/direct/src/p3d/thirdparty.pdef index 22b243af0c..f6cb833cc5 100644 --- a/direct/src/p3d/thirdparty.pdef +++ b/direct/src/p3d/thirdparty.pdef @@ -113,8 +113,3 @@ class httplib2(package): module('httplib2', required = True) -class pycurl(package): - config(display_name = "PyCURL") - require('panda3d') - - module('pycurl', required = True)