summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authoradisbladis <adis@blad.is>2017-08-09 12:25:23 +0800
committerFrederik Rietdijk <fridh@fridh.nl>2017-08-09 14:50:59 +0200
commit48b305ca6dcc9597104de5a2b2c41cf3463b2ce5 (patch)
tree0a1367a8acdedd9dffc572a38cffc80654cc739f /pkgs
parent80ef4d6fc7c330d4f5a694a691abde13ac6e8dab (diff)
downloadnixpkgs-48b305ca6dcc9597104de5a2b2c41cf3463b2ce5.tar
nixpkgs-48b305ca6dcc9597104de5a2b2c41cf3463b2ce5.tar.gz
nixpkgs-48b305ca6dcc9597104de5a2b2c41cf3463b2ce5.tar.bz2
nixpkgs-48b305ca6dcc9597104de5a2b2c41cf3463b2ce5.tar.lz
nixpkgs-48b305ca6dcc9597104de5a2b2c41cf3463b2ce5.tar.xz
nixpkgs-48b305ca6dcc9597104de5a2b2c41cf3463b2ce5.tar.zst
nixpkgs-48b305ca6dcc9597104de5a2b2c41cf3463b2ce5.zip
pythonPackages.pyramid_zodbconn: Remove outdated package
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/python-packages.nix20
1 files changed, 0 insertions, 20 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index b5966262d10..30fce14fd28 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -8496,26 +8496,6 @@ in {
     };
   };
 
-  pyramid_zodbconn = buildPythonPackage rec {
-    name = "pyramid_zodbconn-0.7";
-
-    src = pkgs.fetchurl {
-      url = "mirror://pypi/p/pyramid_zodbconn/${name}.tar.gz";
-      sha256 = "56cfdb6b13dc87b1c51c7abc1557c63960d6b858e14a2d4c9693c3f7877f5f63";
-    };
-
-    # should be fixed in next release
-    doCheck = false;
-
-    buildInputs = with self; [ mock ];
-    propagatedBuildInputs = with self; [ pyramid zodb zodburi ZEO ];
-
-    meta = {
-      maintainers = with maintainers; [ domenkozar ];
-    };
-  };
-
-
   pyramid_mailer = buildPythonPackage rec {
     name = "pyramid_mailer-0.13";