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