diff --git a/python27-sys/Cargo.toml b/python27-sys/Cargo.toml index c7b654c6..04490ede 100644 --- a/python27-sys/Cargo.toml +++ b/python27-sys/Cargo.toml @@ -23,15 +23,9 @@ exclude = [ libc = "*" [build-dependencies] -# pkg-config = "0.3" +pkg-config = "0.3.5" regex = "0.1.8" -# TODO: depends on trunk pkg-config for now because we -# require 14c4b9, can revert this when alex bumps the -# crate release -[build-dependencies.pkg-config] -git = "https://github.com/alexcrichton/pkg-config-rs.git" - [features] # This is examined by ./build.rs to determine which python version # to try to bind to. diff --git a/python3-sys/Cargo.toml b/python3-sys/Cargo.toml index f02af34f..b6ff780a 100644 --- a/python3-sys/Cargo.toml +++ b/python3-sys/Cargo.toml @@ -23,15 +23,9 @@ exclude = [ libc = "*" [build-dependencies] -# pkg-config = "0.3" +pkg-config = "0.3.5" regex = "0.1.8" -# TODO: depends on trunk pkg-config for now because we -# require 14c4b9, can revert this when alex bumps the -# crate release -[build-dependencies.pkg-config] -git = "https://github.com/alexcrichton/pkg-config-rs.git" - [features] # This is examined by ./build.rs to determine which python version # to try to bind to.