Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Ulauncher depends python3-gobject
@ 2020-10-05 21:41 unihernandez22
  2020-10-06  6:52 ` biopsin
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: unihernandez22 @ 2020-10-05 21:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 179 bytes --]

New issue by unihernandez22 on void-packages repository

https://github.com/void-linux/void-packages/issues/25374

Description:
Add python3-gobject to Ulauncher run dependencies.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Ulauncher depends python3-gobject
  2020-10-05 21:41 [ISSUE] Ulauncher depends python3-gobject unihernandez22
@ 2020-10-06  6:52 ` biopsin
  2020-10-06 14:45 ` unihernandez22
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: biopsin @ 2020-10-06  6:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1047 bytes --]

New comment by biopsin on void-packages repository

https://github.com/void-linux/void-packages/issues/25374#issuecomment-704070065

Comment:
Tried to build from current template, 
```
ERROR: Python module gi not found
ERROR: Python module gi not found
ERROR: Python module xdg.BaseDirectory not found
ERROR: Python module Levenshtein not found
ERROR: Python module gi not found
ERROR: Python module gi not found
ERROR: Python module ResultItem not found
ERROR: Python module gi not found
ERROR: Python module xdg.BaseDirectory not found
ERROR: Python module gi not found
ERROR: Python module gi not found
ERROR: Python module dbus not found
ERROR: Python module dbus.service not found
ERROR: Python module dbus.mainloop.glib not found
ERROR: Python module pyinotify not found
ERROR: Python module websocket not found
ERROR: Python module gi not found
```
Had to move all python3-* to makedepends to fix the errors, however I could not find a fix for
`ERROR: Python module ResultItem not found` unshure which module it's in..

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Ulauncher depends python3-gobject
  2020-10-05 21:41 [ISSUE] Ulauncher depends python3-gobject unihernandez22
  2020-10-06  6:52 ` biopsin
@ 2020-10-06 14:45 ` unihernandez22
  2020-10-06 14:54 ` unihernandez22
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: unihernandez22 @ 2020-10-06 14:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 411 bytes --]

New comment by unihernandez22 on void-packages repository

https://github.com/void-linux/void-packages/issues/25374#issuecomment-704319174

Comment:
> Had to move all python3-* to makedepends to fix the errors, however I could not find a fix for
> `ERROR: Python module ResultItem not found` unshure which module it's in..
@biopsin 

I think that package is [datastore](https://pypi.org/project/datastore/)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Ulauncher depends python3-gobject
  2020-10-05 21:41 [ISSUE] Ulauncher depends python3-gobject unihernandez22
  2020-10-06  6:52 ` biopsin
  2020-10-06 14:45 ` unihernandez22
@ 2020-10-06 14:54 ` unihernandez22
  2020-10-27 23:17 ` sgn
  2020-10-27 23:17 ` [ISSUE] [CLOSED] " sgn
  4 siblings, 0 replies; 6+ messages in thread
From: unihernandez22 @ 2020-10-06 14:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 411 bytes --]

New comment by unihernandez22 on void-packages repository

https://github.com/void-linux/void-packages/issues/25374#issuecomment-704319174

Comment:
> Had to move all python3-* to makedepends to fix the errors, however I could not find a fix for
> `ERROR: Python module ResultItem not found` unshure which module it's in..
@biopsin 

I think that package is [datastore](https://pypi.org/project/datastore/)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Ulauncher depends python3-gobject
  2020-10-05 21:41 [ISSUE] Ulauncher depends python3-gobject unihernandez22
                   ` (2 preceding siblings ...)
  2020-10-06 14:54 ` unihernandez22
@ 2020-10-27 23:17 ` sgn
  2020-10-27 23:17 ` [ISSUE] [CLOSED] " sgn
  4 siblings, 0 replies; 6+ messages in thread
From: sgn @ 2020-10-27 23:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 230 bytes --]

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/issues/25374#issuecomment-717596769

Comment:
https://github.com/void-linux/void-packages/commit/01af9f22da307a241f6c944fe6b40e7e68ae32ea

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ISSUE] [CLOSED] Ulauncher depends python3-gobject
  2020-10-05 21:41 [ISSUE] Ulauncher depends python3-gobject unihernandez22
                   ` (3 preceding siblings ...)
  2020-10-27 23:17 ` sgn
@ 2020-10-27 23:17 ` sgn
  4 siblings, 0 replies; 6+ messages in thread
From: sgn @ 2020-10-27 23:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 182 bytes --]

Closed issue by unihernandez22 on void-packages repository

https://github.com/void-linux/void-packages/issues/25374

Description:
Add python3-gobject to Ulauncher run dependencies.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-10-27 23:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-05 21:41 [ISSUE] Ulauncher depends python3-gobject unihernandez22
2020-10-06  6:52 ` biopsin
2020-10-06 14:45 ` unihernandez22
2020-10-06 14:54 ` unihernandez22
2020-10-27 23:17 ` sgn
2020-10-27 23:17 ` [ISSUE] [CLOSED] " sgn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).