7f8da2c224
* Add GNATcoll bindings 21.0.0 For the same reason as GNATcoll, this patch removes the 2019 release of gmp and iconv. * Add externals for GNATcoll bindings
12 lines
366 B
TOML
12 lines
366 B
TOML
description = "Header files and a static library for Python2"
|
|
name = "libpython2dev"
|
|
licenses = ["Custom"] # PSF is not available in Alire yet
|
|
maintainers = ["chouteau@adacore.com"]
|
|
maintainers-logins = ["Fabien-Chouteau"]
|
|
|
|
[[external]]
|
|
kind = "system"
|
|
[external.origin."case(distribution)"]
|
|
"debian|ubuntu" = ["libpython2-dev"]
|
|
msys2 = ["mingw-w64-x86_64-python2"]
|