python-modules: removed unnecessary name attributes

This commit is contained in:
Bas van Dijk 2018-01-12 10:08:39 +01:00
parent c02a883169
commit 762f5ea557
2 changed files with 0 additions and 2 deletions

View file

@ -16,7 +16,6 @@
buildPythonPackage rec {
pname = "elasticsearch-curator";
version = "5.4.1";
name = "${pname}-${version}";
src = fetchPypi {
inherit pname version;

View file

@ -3,7 +3,6 @@
buildPythonPackage rec {
pname = "voluptuous";
version = "0.10.5";
name = "${pname}-${version}";
src = fetchPypi {
inherit pname version;