python.pkgs.aws-sam-translator: allow python 3

This commit is contained in:
Frederik Rietdijk 2019-05-01 11:00:07 +02:00
parent f4bb4bb309
commit 622f822254

View file

@ -20,8 +20,6 @@ buildPythonPackage rec {
# Tests are not included in the PyPI package
doCheck = false;
disabled = isPy3k;
propagatedBuildInputs = [
boto3
enum34