Skip to content

Commit 1bc5046

Browse files
author
Daniele Calisi
committed
Fix package generator
1 parent f7c1f38 commit 1bc5046

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

debian/control

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ Source: yappla
22
Section: unknown
33
Priority: optional
44
Maintainer: Daniele Calisi <[email protected]>
5-
Build-Depends: debhelper-compat (= 12), dh-python, python3-setuptools, python3-all
5+
Build-Depends: debhelper-compat (= 12), dh-python, python3-setuptools, python3-all, python3-simpleeval, python3-unified-planning
66
Standards-Version: 4.4.1
77
Homepage: https://github.com/magazino/yappla
88

99
Package: python3-yappla
1010
Architecture: all
11-
Depends: ${python3:Depends}, ${misc:Depends}
11+
Depends: ${python3:Depends}, ${misc:Depends}, python3-simpleeval, python3-unified-planning
1212
Description: YAPPLA is a naive AI planner (Python 3)
1313
This repository contains a naive AI planner (basically Dijkstra search in
1414
the state space). It also contains the interface to the Unified Planning

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[metadata]
2-
name = yappla_meta_package
2+
name = yappla
33
version = 0.0.1
44
author = Daniele Calisi
55
author_email = [email protected]

0 commit comments

Comments
 (0)