pythonPackages.babelfish: uses pkg_resources

This commit is contained in:
Frederik Rietdijk 2019-10-14 14:08:10 +02:00
parent 2a254635ec
commit 5344414e33

View file

@ -1,4 +1,4 @@
{ stdenv, buildPythonPackage, fetchPypi }:
{ stdenv, buildPythonPackage, fetchPypi, setuptools }:
buildPythonPackage rec {
pname = "babelfish";
@ -9,6 +9,8 @@ buildPythonPackage rec {
sha256 = "8380879fa51164ac54a3e393f83c4551a275f03617f54a99d70151358e444104";
};
propagatedBuildInputs = [ setuptools ];
meta = with stdenv.lib; {
homepage = https://pypi.python.org/pypi/babelfish;
description = "A module to work with countries and languages";