diff --git a/__pkginfo__.py b/__pkginfo__.py index 6405b59a8355371fadfa076dd480cb08af36f6d1_X19wa2dpbmZvX18ucHk=..79a869714ae70096ce7d0ae8d39ad294f891f0f8_X19wa2dpbmZvX18ucHk= 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -69,8 +69,8 @@ else: ext_modules = [ Extension('rql_solve', ['gecode_solver.cpp'], - libraries=['GecodeInt-3-3-1-r-x86', - 'GecodeKernel-3-3-1-r-x86', + libraries=['GecodeInt-3-3-1-r-x86', + 'GecodeKernel-3-3-1-r-x86', 'GecodeSearch-3-3-1-r-x86', 'GecodeSupport-3-3-1-r-x86', ], @@ -82,9 +82,9 @@ install_requires = [ 'logilab-common >= 0.47.0', 'logilab-database', - 'yapps2 >= 2.1.1', + 'yapps == 2.1.1', # XXX to ensure we don't use the broken pypi version 'constraint', # fallback if the gecode compiled module is missing ] # links to download yapps2 package that is not (yet) registered in pypi dependency_links = [ @@ -86,7 +86,7 @@ 'constraint', # fallback if the gecode compiled module is missing ] # links to download yapps2 package that is not (yet) registered in pypi dependency_links = [ - "http://ftp.logilab.org/pub/yapps/yapps2-2.1.1.zip#egg=yapps2-2.1.1", + "http://ftp.logilab.org/pub/yapps/yapps2-2.1.1.zip#egg=yapps-2.1.1", ]