pythonPackages.github3_py: refactor fix broken package
This commit is contained in:
parent
cafc4786f1
commit
c631b307a0
@ -9,10 +9,10 @@
|
||||
, dateutil
|
||||
, requests
|
||||
, pyopenssl
|
||||
, uritemplate_py
|
||||
, uritemplate
|
||||
, ndg-httpsclient
|
||||
, requests_toolbelt
|
||||
, pyasn1
|
||||
, jwcrypto
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -25,7 +25,7 @@ buildPythonPackage rec {
|
||||
};
|
||||
|
||||
buildInputs = [ unittest2 pytest mock betamax betamax-matchers dateutil ];
|
||||
propagatedBuildInputs = [ requests pyopenssl uritemplate_py ndg-httpsclient requests_toolbelt pyasn1 ];
|
||||
propagatedBuildInputs = [ requests uritemplate dateutil jwcrypto pyopenssl ndg-httpsclient pyasn1 ];
|
||||
|
||||
postPatch = ''
|
||||
sed -i -e 's/mock ==1.0.1/mock>=1.0.1/' setup.py
|
||||
|
Loading…
Reference in New Issue
Block a user