Show More
@@ -1306,6 +1306,17 b' self: super: {' | |||||
1306 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
1306 | license = [ pkgs.lib.licenses.bsdOriginal ]; | |
1307 | }; |
|
1307 | }; | |
1308 | }; |
|
1308 | }; | |
|
1309 | "pycrypto" = super.buildPythonPackage { | |||
|
1310 | name = "pycrypto-2.6.1"; | |||
|
1311 | doCheck = false; | |||
|
1312 | src = fetchurl { | |||
|
1313 | url = "https://files.pythonhosted.org/packages/60/db/645aa9af249f059cc3a368b118de33889219e0362141e75d4eaf6f80f163/pycrypto-2.6.1.tar.gz"; | |||
|
1314 | sha256 = "0g0ayql5b9mkjam8hym6zyg6bv77lbh66rv1fyvgqb17kfc1xkpj"; | |||
|
1315 | }; | |||
|
1316 | meta = { | |||
|
1317 | license = [ pkgs.lib.licenses.publicDomain ]; | |||
|
1318 | }; | |||
|
1319 | }; | |||
1309 | "pycurl" = super.buildPythonPackage { |
|
1320 | "pycurl" = super.buildPythonPackage { | |
1310 | name = "pycurl-7.43.0.2"; |
|
1321 | name = "pycurl-7.43.0.2"; | |
1311 | doCheck = false; |
|
1322 | doCheck = false; | |
@@ -1781,6 +1792,7 b' self: super: {' | |||||
1781 | self."psutil" |
|
1792 | self."psutil" | |
1782 | self."py-bcrypt" |
|
1793 | self."py-bcrypt" | |
1783 | self."pycurl" |
|
1794 | self."pycurl" | |
|
1795 | self."pycrypto" | |||
1784 | self."pygments" |
|
1796 | self."pygments" | |
1785 | self."pyparsing" |
|
1797 | self."pyparsing" | |
1786 | self."pyramid-beaker" |
|
1798 | self."pyramid-beaker" |
General Comments 0
You need to be logged in to leave comments.
Login now