pythonPackages.devpi-common: fix meta evaluation

The tarball job now seems OK again :-)

+2 -2
+2 -2
pkgs/development/python-modules/devpi-common/default.nix
··· 1 - { pythonPackages }: 2 3 with pythonPackages;buildPythonPackage rec { 4 pname = "devpi-common"; ··· 17 py.test 18 ''; 19 20 - meta = { 21 homepage = https://github.com/devpi/devpi; 22 description = "Utilities jointly used by devpi-server and devpi-client"; 23 license = licenses.mit;
··· 1 + { stdenv, pythonPackages }: 2 3 with pythonPackages;buildPythonPackage rec { 4 pname = "devpi-common"; ··· 17 py.test 18 ''; 19 20 + meta = with stdenv.lib; { 21 homepage = https://github.com/devpi/devpi; 22 description = "Utilities jointly used by devpi-server and devpi-client"; 23 license = licenses.mit;