Show More
@@ -1308,6 +1308,17 b' self: super: {' | |||||
1308 | license = [ pkgs.lib.licenses.mit ]; |
|
1308 | license = [ pkgs.lib.licenses.mit ]; | |
1309 | }; |
|
1309 | }; | |
1310 | }; |
|
1310 | }; | |
|
1311 | "pyotp" = super.buildPythonPackage { | |||
|
1312 | name = "pyotp-2.2.6"; | |||
|
1313 | doCheck = false; | |||
|
1314 | src = fetchurl { | |||
|
1315 | url = "https://files.pythonhosted.org/packages/67/69/131f5ad63de40c30f3be88d891e4a2ea1b69398528db99bc1e5c543422fa/pyotp-2.2.6.tar.gz"; | |||
|
1316 | sha256 = "0sdxxvr3j4j0pk26v258jpxhgpbnpmyqhvzhl24hsd50j7fk14fx"; | |||
|
1317 | }; | |||
|
1318 | meta = { | |||
|
1319 | license = [ pkgs.lib.licenses.bsdOriginal ]; | |||
|
1320 | }; | |||
|
1321 | }; | |||
1311 | "pyparsing" = super.buildPythonPackage { |
|
1322 | "pyparsing" = super.buildPythonPackage { | |
1312 | name = "pyparsing-1.5.7"; |
|
1323 | name = "pyparsing-1.5.7"; | |
1313 | doCheck = false; |
|
1324 | doCheck = false; | |
@@ -1686,6 +1697,7 b' self: super: {' | |||||
1686 | self."msgpack-python" |
|
1697 | self."msgpack-python" | |
1687 | self."mysql-python" |
|
1698 | self."mysql-python" | |
1688 | self."pymysql" |
|
1699 | self."pymysql" | |
|
1700 | self."pyotp" | |||
1689 | self."objgraph" |
|
1701 | self."objgraph" | |
1690 | self."packaging" |
|
1702 | self."packaging" | |
1691 | self."paste" |
|
1703 | self."paste" |
General Comments 0
You need to be logged in to leave comments.
Login now