Merge pull request #55781 from LnL7/darwin-httpretty

pythonPackages.httpretty: fix darwin sandbox build
This commit is contained in:
Daiderd Jordan 2019-02-17 12:36:07 +01:00 committed by GitHub
commit a44784e811
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,8 @@ buildPythonPackage rec {
];
propagatedBuildInputs = [ six ];
__darwinAllowLocalNetworking = true;
meta = with stdenv.lib; {
homepage = "https://falcao.it/HTTPretty/";
description = "HTTP client request mocking tool";