reference python27-sys directly

This commit is contained in:
Nikolay Kim 2017-04-04 22:53:12 -07:00
parent 364d7af69c
commit d7ce1c0af0
1 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,8 @@ num-traits = "0.1"
# indicate which python ffi you are trying to bind to.
[dependencies.python27-sys]
optional = true
version = "0.1.2"
# version = "0.1.2"
path = "./python27-sys/"
[dependencies.python3-sys]
optional = true
@ -60,7 +61,6 @@ extension-module = [ "python3-sys/extension-module" ]
# or python3-sys. (honestly, we should probably merge both crates into 'python-sys')
extension-module-2-7 = [ "python27-sys/extension-module" ]
# Optional features to support explicitly specifying python minor version.
# If you don't care which minor version, just specify python3-sys as a
# feature.