Remove top-level setuptools

See #11567.
This commit is contained in:
Frederik Rietdijk
2016-08-14 13:07:26 +02:00
parent 57b9ff06f1
commit eb3e23c49e
5 changed files with 23 additions and 22 deletions
+3 -4
View File
@@ -1,11 +1,10 @@
{ stdenv, fetchurl, python, librsync, ncftp, gnupg, boto, makeWrapper
, lockfile, setuptools, paramiko, pycrypto, ecdsa
{ stdenv, fetchurl, pythonPackages, librsync, ncftp, gnupg, makeWrapper
}:
let
version = "0.7.07.1";
in
stdenv.mkDerivation {
inherit (pythonPackages) boto ecdsa lockfile paramiko pycrypto python setuptools;
in stdenv.mkDerivation {
name = "duplicity-${version}";
src = fetchurl {