##// END OF EJS Templates
dependencies: dropped obsolete Dulwich library.
marcink -
r1224:abf7662c default
parent child Browse files
Show More
@@ -639,19 +639,6 b''
639 639 license = [ pkgs.lib.licenses.bsdOriginal ];
640 640 };
641 641 };
642 dulwich = super.buildPythonPackage {
643 name = "dulwich-0.12.0";
644 buildInputs = with self; [];
645 doCheck = false;
646 propagatedBuildInputs = with self; [];
647 src = fetchurl {
648 url = "https://pypi.python.org/packages/6f/04/fbe561b6d45c0ec758330d5b7f5ba4b6cb4f1ca1ab49859d2fc16320da75/dulwich-0.12.0.tar.gz";
649 md5 = "f3a8a12bd9f9dd8c233e18f3d49436fa";
650 };
651 meta = {
652 license = [ pkgs.lib.licenses.gpl2Plus ];
653 };
654 };
655 642 ecdsa = super.buildPythonPackage {
656 643 name = "ecdsa-0.11";
657 644 buildInputs = with self; [];
@@ -48,7 +48,6 b' deform==2.0a2'
48 48 docutils==0.12
49 49 dogpile.cache==0.6.1
50 50 dogpile.core==0.4.1
51 dulwich==0.12.0
52 51 ecdsa==0.11
53 52 future==0.14.3
54 53 futures==3.0.2
General Comments 0
You need to be logged in to leave comments. Login now