Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 681902 - net-libs/libpsl-0.20.2 should have BDEPEND dependency on Python
Summary: net-libs/libpsl-0.20.2 should have BDEPEND dependency on Python
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Lars Wendler (Polynomial-C) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-28 01:44 UTC by Arfrever Frehtes Taifersar Arahesis
Modified: 2019-03-28 06:41 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch (libpsl.patch,1.09 KB, patch)
2019-03-28 02:01 UTC, Arfrever Frehtes Taifersar Arahesis
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Arfrever Frehtes Taifersar Arahesis 2019-03-28 01:44:12 UTC
...
checking for a Python interpreter with version >= 2.7... python
checking for python... /usr/bin/python
...
Making all in src
make[2]: Entering directory '/var/tmp/portage/net-libs/libpsl-0.20.2/work/libpsl-0.20.2-abi_x86_32.x86/src'
/var/tmp/portage/net-libs/libpsl-0.20.2/work/libpsl-0.20.2/src/psl-make-dafsa --output-format=cxx+ "/var/tmp/portage/net-libs/libpsl-0.20.2/work/libpsl-0.20.2/list/public_suffix_list.dat" suffixes_dafsa.c
...


configure.ac:
# src/psl-make-dafsa needs python 2.7+
AM_PATH_PYTHON([2.7])
Comment 1 Arfrever Frehtes Taifersar Arahesis 2019-03-28 02:01:59 UTC
Created attachment 570998 [details, diff]
Patch
Comment 2 Larry the Git Cow gentoo-dev 2019-03-28 06:41:03 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f9da8fcf6e316115d83ae5b9dcbae4120e6cbd6

commit 7f9da8fcf6e316115d83ae5b9dcbae4120e6cbd6
Author:     Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
AuthorDate: 2019-03-28 01:59:17 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2019-03-28 06:40:55 +0000

    net-libs/libpsl: Add build-time dependency on Python.
    
    Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
    Closes: https://bugs.gentoo.org/681902
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 net-libs/libpsl/libpsl-0.20.2.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)