public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pymountboot/
Date: Fri, 20 Jan 2023 07:39:27 +0000 (UTC)	[thread overview]
Message-ID: <1674200365.7f29532fd07649482ed8baaeed938567faaf6bb8.juippis@gentoo> (raw)

commit:     7f29532fd07649482ed8baaeed938567faaf6bb8
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 20 07:36:18 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jan 20 07:39:25 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f29532f

dev-python/pymountboot: add missing pkgconfig BDEPEND

 File "/var/tmp/portage/dev-python/pymountboot-0.2.3-r1/work/pymountboot-0.2.3/setup.py", line 18, in <module>
    cflags, libs = [pkgconfig_get(x, 'mount') for x in ('--cflags', '--libs')]
  File "/var/tmp/portage/dev-python/pymountboot-0.2.3-r1/work/pymountboot-0.2.3/setup.py", line 18, in <listcomp>
    cflags, libs = [pkgconfig_get(x, 'mount') for x in ('--cflags', '--libs')]
  File "/var/tmp/portage/dev-python/pymountboot-0.2.3-r1/work/pymountboot-0.2.3/setup.py", line 11, in pkgconfig_get
    subp = subprocess.Popen(('pkg-config',) + args,
  File "/usr/lib/python3.10/subprocess.py", line 971, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
  File "/usr/lib/python3.10/subprocess.py", line 1847, in _execute_child
    raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'pkg-config'

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-python/pymountboot/pymountboot-0.2.3-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/pymountboot/pymountboot-0.2.3-r1.ebuild b/dev-python/pymountboot/pymountboot-0.2.3-r1.ebuild
index 90c2d0863dc6..cf4345c9068d 100644
--- a/dev-python/pymountboot/pymountboot-0.2.3-r1.ebuild
+++ b/dev-python/pymountboot/pymountboot-0.2.3-r1.ebuild
@@ -20,3 +20,4 @@ KEYWORDS="amd64 ~riscv x86"
 
 RDEPEND=">=sys-apps/util-linux-2.20"
 DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"


             reply	other threads:[~2023-01-20  7:39 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-20  7:39 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-23 12:01 [gentoo-commits] repo/gentoo:master commit in: dev-python/pymountboot/ WANG Xuerui
2024-08-10 11:16 Michał Górny
2024-08-10 10:28 Michał Górny
2024-08-10  9:03 Michał Górny
2024-07-22 17:02 Arthur Zamarin
2024-07-22 15:09 Michał Górny
2024-07-06 19:27 Arthur Zamarin
2024-02-17 21:17 Sam James
2023-12-11  4:33 Arthur Zamarin
2023-08-21  2:20 Michał Górny
2023-06-10  4:21 Sam James
2023-05-17  3:42 Sam James
2023-05-04 16:30 Michał Górny
2023-03-09  7:38 Arthur Zamarin
2023-01-20  4:50 Michał Górny
2022-06-17 14:24 David Seifert
2022-03-16 10:24 Michał Górny
2022-03-16  8:08 Michał Górny
2022-03-15 18:23 Jakov Smolić
2022-01-29 21:19 Michał Górny
2022-01-29 21:19 Michał Górny
2020-10-26 18:31 Michał Górny
2020-07-17  7:21 Agostino Sarubbo
2020-07-09  8:59 Agostino Sarubbo
2020-05-24 10:33 Michał Górny
2020-02-18 18:04 Michał Górny
2020-02-18 18:04 Michał Górny
2020-02-18 18:04 Michał Górny
2020-02-05 19:53 Michał Górny
2019-11-03 15:29 Michał Górny
2019-11-03 15:29 Michał Górny
2019-11-03 15:29 Michał Górny
2018-11-04  8:33 Michał Górny
2018-01-02  6:19 Michał Górny
2017-01-11 16:17 Agostino Sarubbo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1674200365.7f29532fd07649482ed8baaeed938567faaf6bb8.juippis@gentoo \
    --to=juippis@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox